Post

Replies

Boosts

Views

Activity

Reply to Limit width of wheel style picker on iOS
Hello! im having the same problem now, with Xcode 13.2.1 and iOS 15. I have tried all possible solutions, but nothing works, i would be grateful if anyone can help me. HStack(spacing: 8) { pickerA() .frame(minWidth: 0 ) .clipped() .compositingGroup() pickerB() .frame(minWidth: 0 ) .clipped() .compositingGroup() }.frame(width: 150)
Dec ’21